home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / comm / mail / YAM23src.lha / Source / all.c < prev    next >
C/C++ Source or Header  |  2001-05-08  |  2KB  |  52 lines

  1. /***************************************************************************
  2.  
  3.  YAM - Yet Another Mailer
  4.  Copyright (C) 1995-2000 by Marcel Beck <mbeck@yam.ch>
  5.  Copyright (C) 2000-2001 by YAM Open Source Team
  6.  
  7.  This program is free software; you can redistribute it and/or modify
  8.  it under the terms of the GNU General Public License as published by
  9.  the Free Software Foundation; either version 2 of the License, or
  10.  (at your option) any later version.
  11.  
  12.  This program is distributed in the hope that it will be useful,
  13.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  GNU General Public License for more details.
  16.  
  17.  You should have received a copy of the GNU General Public License
  18.  along with this program; if not, write to the Free Software
  19.  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  20.  
  21.  YAM Official Support Site :  http://www.yam.ch
  22.  YAM OpenSource project    :  http://sourceforge.net/projects/yamos/
  23.  
  24.  $Id: all.c,v 1.2 2001/05/08 22:27:37 damato Exp $
  25.  
  26. ***************************************************************************/
  27.  
  28. #define ALL_IN_ONE
  29. #include "YAM.c"
  30. #include "YAM_AB.c"
  31. #include "YAM_CL.c"
  32. #include "YAM_CO.c"
  33. #include "YAM_COg.c"
  34. #include "YAM_COs.c"
  35. #include "YAM_DI.c"
  36. #include "YAM_EA.c"
  37. #include "YAM_ER.c"
  38. #include "YAM_FI.c"
  39. #include "YAM_FO.c"
  40. #include "YAM_MA.c"
  41. #include "YAM_MAf.c"
  42. #include "YAM_MI.c"
  43. #include "YAM_RE.c"
  44. #include "YAM_TR.c"
  45. #include "YAM_US.c"
  46. #include "YAM_UT.c"
  47. #include "YAM_WR.c"
  48. //#include "YAM_loc.c"
  49. #include "YAM_rexx.c"
  50. #include "YAM_rexx_rxcl.c"
  51. #include "YAM_rexx_rxif.c"
  52.